html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

* {
    outline: none !important;
}

textarea:focus, input:focus {
    outline: none !important;
}

a {
    color: black;
    font-family: arial;
    text-decoration: none;
}

    a:hover {
        color: black;
        font-family: arial;
        text-decoration: none;
    }
/*--------------------------------------------------------DIVISION----------------------------------------------------*/

.divider-general {
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    background-color: lightgray;
}

lead text-center .table > tbody > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

p {
    margin-bottom: 1.6em;
}


.full-reset {
    margin: 0;
    padding: 0;
    width: 100%;
}

.font-cover {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.titles {
    font-family: 'Fjalla One', sans-serif;
}

.center-box {
    margin: 0 auto;
}
.proximamente{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 200px;
}
/*-----------------------------------------------------BOTON WHATSAPP-------------------------------------------------*/
.whatsapp-info{
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    right: 0px;
    left: auto;
}
.conversacion-whatsapp{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 12px 24px 0px;
    display: none;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: auto;
    margin-right: 20px;
    width: 393px;
}
.whatsapp-header{
    background: rgb(9, 94, 84);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px;
}
.cerrar{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 30px;
}
.w-contenedor{
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
}
.w-contenedor::before{
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(9, 94, 84);
}
.w-imgcontenedor{
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.w-contenedor div{
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.info-whatsapp{
    margin-left: 16px;
    margin-right: 16px;
}
.nombre-whatsapp{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: white;
}
.enlinea{
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    color: rgb(255, 255, 255);
}
.chat{
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}
.chat::before{
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
}
.message{
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    width: 274px;
}
.message-1{
    padding: 7px 14px 6px;
    transform-origin: center top;
    z-index: 4;
    margin-top: 4px;
    max-width: 330px;
}
.message-1::before{
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.message-titulo{
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.message-cuerpo{
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}
.message-cuerpo p{
    margin: 0;
}
.message-hora{
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}








.contacto-wsp{
    padding: 8px 12px;
    border-radius: 8px;
    border: none;
    background: rgb(20, 198, 86);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none;
}
.contacto-wsp::before{
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: rgb(0, 0, 0);
    z-index: 0;
    transition: all 0.2s ease 0s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px;
}
.contacto-wsp-text{
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}
.boton-flotante{
    height: 64px;
    width: 64px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    color: #25d366;
    font-size: 30px;
}
.boton-flotante::before{
    content: "";
    position: absolute;
    border: 1px solid rgb(79, 206, 93);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
}
.boton-flotante-not{
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
}
.boton-flotante-ico{
    display: flex;
}

.boton-flotante-ico i{
    fill: rgb(79, 206, 93);
    width: 32;
    height: 32;
}
/*---------------------------------------------------------AVISOS-------------------------------------------------*/
.prediurno {
    display: flex;
    height: 110px;
    width: 170px;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    background-color: #00796b;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin: 5px;
    transform: translateY(-300px)translateX(1090px);
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@-webkit-keyframes color-change {
    0% { background-color: red; }
    50% { background-color: blue; }
    100% { background-color: red; }
}
@-moz-keyframes color-change {
    0% { background-color: red; }
    50% { background-color: blue; }
    100% { background-color: red; }
}
@-ms-keyframes color-change {
    0% { background-color: red; }
    50% { background-color: blue; }
    100% { background-color: red; }
}
@-o-keyframes color-change {
    0% { background-color: red; }
    50% { background-color: blue; }
    100% { background-color: red; }
}
@keyframes color-change {
    0% { background-color: #0E6655; }
    25% { background-color: #196F3D; }
    50% { background-color: #27AE60; }
    75% { background-color: #196F3D; }
    100% { background-color: #0E6655; }
}


.prenocturno{
    display: flex;
    height: 110px;
    width: 170px;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    background-color: #00796b;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin: 5px;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: translateY(-300px)translateX(90px);
    -webkit-animation: colores 1s infinite;
    -moz-animation: colores 1s infinite;
    -o-animation: colores 1s infinite;
    -ms-animation: colores 1s infinite;
    animation: colores 1s infinite;
}
.prenocturno2{
    /*display: flex;*/
    height: 110px;
    width: 170px;
    font-size: 18px;
    color: #ffffff;
    /*position: absolute;*/
    background-color: #00796b;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin: 5px;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: translateY(-300px)translateX(90px);
    -webkit-animation: colores 1s infinite;
    -moz-animation: colores 1s infinite;
    -o-animation: colores 1s infinite;
    -ms-animation: colores 1s infinite;
    animation: colores 1s infinite;
    padding: 10px;
    margin-top: 20px;
}
.prenocturno-btn{
    /*display: flex;*/
    /*height: 110px;
    width: 170px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    background-color: #00796b;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin: 5px;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    /*transform: translateY(-300px)translateX(90px);*/
    -webkit-animation: colores 1s infinite;
    -moz-animation: colores 1s infinite;
    -o-animation: colores 1s infinite;
    -ms-animation: colores 1s infinite;
    animation: colores 1s infinite;
    /*padding: 10px;*/
    /*margin-top: 20px;*/
}
@-webkit-keyframes colores {
    0% { background-color: #001b48; }
    25% { background-color: #004581; }
    50% { background-color: #018abd; }
    75% { background-color: #004581; }
    100% { background-color: #001b48; }
}
@-moz-keyframes colores {
    0% { background-color: #001b48; }
    25% { background-color: #004581; }
    50% { background-color: #018abd; }
    75% { background-color: #004581; }
    100% { background-color: #001b48; }
}
@-ms-keyframes colores {
    0% { background-color: #001b48; }
    25% { background-color: #004581; }
    50% { background-color: #018abd; }
    75% { background-color: #004581; }
    100% { background-color: #001b48; }
}
@-o-keyframes colores {
    0% { background-color: #001b48; }
    25% { background-color: #004581; }
    50% { background-color: #018abd; }
    75% { background-color: #004581; }
    100% { background-color: #001b48; }
}
@keyframes colores {
    0% { background-color: #001b48; }
    25% { background-color: #004581; }
    50% { background-color: #018abd; }
    75% { background-color: #004581; }
    100% { background-color: #001b48; }
}
/*------------------------------------------------------------------------HEADER------------------------------------------------------------------------------------------*/

/*---------------------------------------------------------NAVEGACION-------------------------------------------------*/

.header1 {
    position: fixed;
    left: auto;
    top: 0px;
    right: auto;
    z-index: 901;
    width: 100%;
    max-width: 1700px;
    border-bottom: 1px none #f2f4f6;
    box-shadow: 0 0 47px 0 rgba(106, 124, 143, 0.1);
}
header {
    height: 62px;
    background: #00796b;
    color: #FFF;
    display: flex;
    justify-content: flex-end;
    z-index: 99999;
}

#btn-menu {
    display: none;
}

header label {
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .menu ul li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .menu ul ul {
        display: none;
    }

.menu a {
    display: block;
    padding: 15px 20px;
    color: #FFF;
    text-decoration: none;
    line-height: 32px;
    font-weight: 700;
}

    .menu a:hover {
        background: #04AA6D;
    }

    .menu a i {
        margin-left: 10px;
    }

.menu ul li:hover ul {
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    background: orange;
    z-index: 99999;
}

.menu ul li ul li {
    margin: 0;
    width: 175px;
}

.activo {
    background-color: #04AA6D;
    color: white;
}


/*--------------------------------------------------------------------------FOOTER-----------------------------------------------------------------------------------*/

.footer {
    clear: both;
    color: #fff;
    background-color: #00796b;
    position: relative;
    height: auto;
}

.footer-copyright {
    padding: 20px 0 10px 0;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .4);
}

.links-footer,
.subtitles-footer {
    padding-left: 50px;
}

    .links-footer li a {
        color: #fff;
    }

        .links-footer li a:hover {
            color: #FFCA28;
            text-decoration: none;
        }

        .links-footer li a:active,
        .links-footer li a:focus {
            outline: none;
            text-decoration: none;
            color: #FFCA28;
        }


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*------------------------------------------------------------------INICIO------------------------------------------------------------------*/
/*-----------------------------------------------------INICIO-------------------------------------------------*/
.inicio-1{
    height: 100%;
    width: 100%;
    letter-spacing: 5px;
    font-size: 25px;
    /*background-color: ;*/
    line-height: 8px;
    margin: auto;
}
.inicio-1 p{
    font-size: 24px;
    letter-spacing: 0;
    font-family: 'Dancing Script';
}
.inicio-1 h1{
    line-height: 60px;
}
.inicio-1 .autorfrase{
    position: absolute;
    font-size: 10px; 
    letter-spacing: 0; 
    transform: translateY(-60px)translateX(1200px);
}
.inicio-flex {
    
}
.inicio-flex img{
    height: 250px;
    transform: translateX(560px)translateY(-70px);
}
.vermas {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}
.btnvermas{
    background-color: #ec962f;
    border-width: 0,5px;
    border: solid;
    border-color: white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
}
/*-----------------------------------------------IMAGEN CON LOGO EN EL INICIO-----------------------------------------*/


#mydiv {
    height: 100%;
}


.img-responsive {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 250px;
    margin: 5px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.asoci {
    height: 130px;
    position: absolute;
    text-align: center;

}

.Logo-Ins-Index {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.full-reset {
    margin: 0;
    padding: 0;
    width: 100%;
}

.font-cover {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*--------------------------------------------------BARRA DE REDES SOCIALES-------------------------------------------*/
.redes {
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}

    .redes h4 {
        margin: 5px;
        height: max-content;
        width: max-content;
        font-family: Arial;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }

.containerred {
    display: flex;
    width: auto;
    position: absolute;
    top: 63px;
    margin: 10px;
    margin-left: 40px;
    margin-right: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
    .containerred .col {
        display: flex;
    }


.btn {
    font-size: 18px;
    width: 100%;
    font-family: Open Sans, Helvetica,Arial,sans-serif;
    line-height: 18px;
    display: inline-block;
    color: #fff;
    border: 0;
}

.btn3 {
    font-size: 18px;
    width:450px;
    font-family: Open Sans, Helvetica,Arial,sans-serif;
    line-height: 18px;
    display: inline-block;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 10px;
    -webkit-animation: colores 1s infinite;
    -moz-animation: colores 1s infinite;
    -o-animation: colores 1s infinite;
    -ms-animation: colores 1s infinite;
    animation: colores 1s infinite;
}

    .btn.btn-facebook {
        background-color: #2479b6;
    }

        .btn.btn-facebook:hover {
            background: black;
        }

    .btn.btn-instagram {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

        .btn.btn-instagram:hover {
            background: black;
        }

    .btn.btn-twitter {
        background-color: #00acee;
    }
    
        .btn.btn-twitter:hover {
            background: black;
        }

    .btn.btn-envelope {
        background-color: #c71610;
    }

        .btn.btn-envelope:hover {
            background: black;
        }

    .btn.btn-whatsapp {
        background-color: #25d366;
    }

        .btn.btn-whatsapp:hover {
            background: black;
        }

    .btn.btn-you-tube {
        background-color: #cf3728;
    }

        .btn.btn-you-tube:hover {
            background: black;
        }

    .btn i {
        padding-right: 0.8em;
        line-height: 15px;
    }

.btn2 {
        font-size: 18px;
        width:90%;
        font-family: Open Sans, Helvetica,Arial,sans-serif;
        line-height: 18px;
        display: inline-block;
        color: #fff;
        border: 0;
        text-align: center;
        padding: 10px;
        
}
.icon-only {
    padding: 1em;
}

    .icon-only i {
        padding-right: 0;
        font-size: 25px;
        line-height: 0px;
    }
/*----------------------------------------------------BOTON PARA SUBIR------------------------------------------------*/
.ir-arriba {
    display: none;
    padding: 15px;
    background: #00796b;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
}
/*---------------------------------------------------BOTON DE BIBLIOTECA----------------------------------------------*/
.jumbotron .container .Bboton  {
    color: black;
    font-size: 150px;
    text-align: right;
    background-image: url(../assets/img/btn-biblio.jpg);
    border: 1px solid;
    height: 180px;
}
.bind{
    flex-wrap: nowrap;
}
.videos{
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
}
.videos object{
    margin: 4px;
}

.Biblioteca {
    display: flex;
    -webkit-column-span: all;
    column-span: all;
    break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-rule: 1px solid #bbb;
    -webkit-column-rule: 1px solid #bbb;
    column-rule: 1px solid #bbb;
    align-items: stretch;
    flex-direction: column;
}

.Bibliotecasub {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.libro {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    flex-direction: column;
    width: 200px;
}
.descripcion{
    width: 270px;
    font-size: 12px;
}

.libro img{
    height: 250px;
}
.accordion-item{
    margin-bottom: 0;
    background-color: #fff;
    border: none;
}
.category-list {
    margin: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.category-item{
    width: max-content;
    margin: 5px;
    height: 30px;
    font-size: 20px;
    border-radius: 5px;
    border-color: green;
    border: 1px;
}
.indBiblio .accordion-item{
    background-color: transparent;
}
.indBiblio div ul div a{
    width: 100%;
}
.indBiblio div ul div a li{
    margin: 1px;
    border: solid;
    border-width: 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 18px;
    padding: 5px;
    height: auto;
    width: 100%;
    background-color: #27AE60;
    color: #ffff;
}

/*---------------------------------------------------------NOTICIAS---------------------------------------------------*/


.events-ins {
    display: flex;
    position: center;
    width: 100%;
    margin: 0;
    height: auto;
    background-color: #fff;
}

.thumbnail {
    height: 500px;
    margin-left: 1px;
    margin-right: 1px;
}


.noticias{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    justify-content: center;
    align-items: flex-start;
}
.noticias .resaltado{
    height: auto;
    border-width: 1px;
    border-color: #00796b;
}
.noticias .resaltado:hover{
    border-width: 10px;
}
.cen{
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
/*------------------------------------------------------------------------ADMINISTRACION--------------------------------------------------------------------------------------*/

/*---------------------------------------------------------ALUMNOS----------------------------------------------------*/
.pago,
.medio-pago {
    display: block;
    margin-left: 20%;
    margin-right: 20%;
    height: auto;
    width: auto;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 2em;
    position: -ms-page;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.gen-cup {
    margin: 5%;
}

    .gen-cup h1 {
        text-align: center;
    }

.input-group {
    display: inline-flex;
    flex-direction: column;
    border: 0;
}

.ingresodni {
    text-align: center;
}

.botoninput {
    background: lightgray;
}

    .botoninput:hover {
        background: #00796b;
    }

.boton {
    font-size: 18px;
    width: 100%;
    font-family: Open Sans, Helvetica,Arial,sans-serif;
    line-height: 40px;
    border: 0;
}
/*--------------------------------------------------------PROFESORES--------------------------------------------------*/


/*------------------------------------------------------------------------AULA VIRTUAL--------------------------------------------------------------------------------------*/
/*----------------------------------------------------BOTONES DE INGRESO----------------------------------------------*/

.btn-aula {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.btn-alumnos a {
    text-align: center;
    color: #fff;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 30px;
    cursor: pointer;
}

.btn-alumnos {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    height: 60px;
    width: 350px;
    margin: 5px;
    transition: all 0.2s ease;
    -webkit-transition-duration: 0.2s;
    background: #04AA6D;
    align-items: center;
    justify-content: center;
    align-content: center;
}

    .btn-alumnos:hover {
        background-color: black;
        border: groove;
    }

    .btn-alumnos img {
        margin: 5px;
    }

    .btn-alumnos h3 {
        width: max-content;
        color: white;
    }

/*--------------------------------------------------------TUTORIALES-------------------------------------------------*/
.parvideos {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
}

.rep-video {
    height: auto;
    width: 500px;
    margin: 15px;
}

.controls {
    align-items: center;
    justify-content: center;
}

/*-----------------------------------------------------------------------------INSTITUCIONAL------------------------------------------------*/
.info-section-ins article {
    padding: 10px 0;
}
.ind{
    position: fixed;
    top: 10%;
    height: auto;
    width: 260px;
    right: 5px;
    border: 1px solid #206a5d;
    background-color: #ebecf1;
}

.indBiblio {
    position: relative;
    margin-top: 1%;
    height: max-content;
    width: 300px;
    right: 2px;
    border: 1px solid #206a5d;
    background-color: #ebecf1;
}

.scroll-navigation-ins {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .scroll-navigation-ins ul li {
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 0;
        margin-top: 10px;
        color: #1976D2;
        -mos-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

        .scroll-navigation-ins ul li:hover {
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
            color: green;
        }

    .scroll-navigation-ins figure img {
        height: 100px;
    }
.SelCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    font-size: 10px;
}

    .SelCol select {
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 150px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #444;
        background-color: #fff;
        border: 1px;
        text-align-last: center;
    }
/*----------------------------------------------------GALERIA DE IMAGENES---------------------------------------------*/


.galeria img {
  vertical-align: middle;
}

.galeria {
  position: relative;
}

.mySlides {
  display: none;
  margin-bottom: 10px;
}
.vista{
    display: block;
}
.cursor {
  cursor: pointer;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #222;
  color: white;
}

.column {
  float: left;
  width: 16.66%;
  padding: 0;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/*----------------------------------------------------PLAN ESTUDIO CURSOS---------------------------------------------*/
.SelCur {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

    .SelCur select {
        text-align-last: center;
        align-items: center;
        justify-content: center;
        height: 35px;
        width: 250px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        color: #444;
        background-color: #fff;
        border: 1px;
    }
/*---------------------------------------------------------NOTICIAS---------------------------------------------------*/
.carousel {
    margin: 50px auto;
    padding: 0 70px;
    text-align: center
}

.carousel-item .img-box {
    height: 200px;
    width: 100%;
    position: relative;
}

.carousel-item img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.carousel .thumb-content {
    padding: 15px;
}

.carousel .carousel-control-prev, .carousel-control-next {
    height: 70px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 0.2);
}

.img-box :hover {
    padding: 10px;
}

.carousel-indicators {
    bottom: -30px;
}

/*---------------------------------------------------------CONTACTOS--------------------------------------------------*/
.resuleleccion {
    display: flex;
    flex-direction: column;
}

    .resuleleccion .resuleleccionop {
        display: flex;
        flex-direction: row;
    }

#SelCont {
    border: 1px solid;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
/*---------------------------------------------------------Nocturno--------------------------------------------------*/
.portNoc {
    background-image: url(../assets/img/terminasecundario.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: flex-end;
    background-position: top;
    position: relative;
    background-position: top;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    z-index: -0;
}
.btn-noc{
    transform: translateY(-150%);
    color: #fff;
    margin-top: 20px;
    padding: 0 50px;
    font-weight: 700;
    border: 3px solid;
    border-radius: 30px;
    display: inline-block;
    line-height: 56px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.Inscripciontitulo{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    margin-top: 30px; 
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
.Inscripciontitulosub1{
    font-size: 35px
}
.Inscripciontitulosub2{
    font-size: 45px;
    color: #1e2337;
}
.materiasanio h2{
    font-family: piola;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 55px;
    padding-top: 8px;
}
.materiasanio h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.materiasanio-titulo {
    font-family: piola;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.materiasanio-subtitulo {
    font-family: piola;
    font-size: 50px;
    font-weight: 700;
}
.infonoc h2 {
    font-family: piola;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 55px;
    padding-top: 8px;
}
.nocnoc {
    margin-top: 63px;
}
.infonoc-text ul li{
    padding-top: 20px
}
.infonoc ul li{
    padding-bottom: 20px
}
.estilomateriasnoc{
    border: 3px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #00796b;
    
}
.estilomateriasnoc button{
    font-size: 20px
}
.envianos-un-mensaje {
    font-family: piola;
    text-align: left;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 600;
}
.informacioncontacto{
    font-family: 'EB Garamond', serif;
    font-family: 'Montserrat', sans-serif;
}
.informacioncontacto ul{
    font-size: 30px;
}
/*-------------------------------------------------------DIURNO INSCRIPCION-------------------------------------------*/
.portDiu{
    background-image: url(../assets/img/inscripcionsecundario.png);
}
/*------------------------------------------------------AJUSTES PANTALLA----------------------------------------------*/


/* col-xs */
@media (max-width: 767px) {

    .ind {
        position: relative;
        top: auto;
        height: auto;
        width: 100%;
        right: auto;
    }
    .inicio-1 .prediurnoa {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transform: none;
    }
    
    .prematricula{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        
    }
    .prediurno, .prenocturno {
        position: relative;
        height: 8em;
        width: 90%;
        font-size: 15px;
        line-height: 15px;
        transform: none;
    }   
    .jumbotron .container .Bboton  {
        font-size: 50px;
        height: 70px;
    }
    .proximamente{
        font-size: 30px;
    }
    .conversacion-whatsapp{
        width: 90%;
    }
    header label {
        display: block;
        padding-top: 10px;
        padding-right: 16px;
        transition: all 0.4s ease;
    }

    .menu {
        position: absolute;
        top: 64px;
        left: 0;
        width: 70%;
        transform: translateX(-100%);
        transition: all 0.3s;
        background: #00796b;
        z-index: 10000;
    }

        .menu ul {
            flex-direction: column;
            display: block;
        }

            .menu ul li {
                margin: 0;
            }

                .menu ul li:hover ul {
                    position: static;
                    width: 100%;
                    text-align: left;
                }

        .menu a i {
            position: absolute;
            line-height: 32px;
        }

    #btn-menu:checked ~ .menu {
        transform: translateX(0%);
    }

    .jumbotron .container button {
        font-size: 50px;
        height: 70px;
    }

    .font-cover {
        background-attachment: inherit;
    }

    #mydiv {
        height: auto;
    }

    .img-responsive {
        height: auto;
    }
    .asoci{
        height: 70px;
    }

    .navbar-brand {
        position: static;
        top: 0;
        right: 0;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .links-footer,
    .subtitles-footer {
        padding-left: 0;
        text-align: center;
    }

    #mapa-ins {
        margin: 0 auto;
        width: 90%;
        height: 370px;
    }

    .parvideos {
        display: inline-flex;
        flex-direction: column;
        margin: 0;
    }

    .rep-video {
        height: 100%;
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }

    .redes {
        flex-direction: column;
        position: relative;
    }

    .containerred {
        margin: 0;
        flex-direction: row;
        top: auto;
        position: relative;
        transform: none;
    }    

    .icon-only {
        padding: 0.8rem;
    }

    .pago,
    .medio-pago {
        margin: 0px;
    }

    .Aula {
        left: 0;
    }

    .gallery-container {
        width: 100%;
    }

    .gallery-item {
        flex-basis: 100%;
    }

    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 0;
    }

    .resuleleccion .resuleleccionop {
        display: flex;
        flex-direction: column;
    }
    .libro img{
        width: 250px;
        height: auto;
    }
    .img-noticias{
        height: 200px;
    }
    .inicio-1{
        height: 100%;
        width: 100%;
        letter-spacing: 5px;
        font-size: 25px;
        /*background-color: ;*/
        line-height: 15px;
        margin: auto;
    }
    .inicio-1 .autorfrase{
        font-size: 10px; 
        right: 0;
        transform: translateX(0px)translateY(-30px);
    }
    .inicio-1 p{
        margin-bottom: 10%;
        line-height: 30px;
        font-size: 30px;
    }
    .inicio-1 .vermas img{
        height: 150px;
    } 
    .inicio-1 h1{
        line-height: 40px;
        font-size: 30px;
        margin-top: 10%;
    }
    .inicio-flex {
        display: flex;
        justify-content: center;
    }
    .inicio-flex img{
        height: 80px;
        transform: translateY(-20px);
        position: relative;
    }
    .imagenfondo{
        height: 100%;
    }
    
    .bind {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .Bibliotecasub {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .portNoc{
        height: 70vw;
        background-size: cover;
        background-position: top;
        background-image: url(../assets/img/terminasecundariomovil.png);
    }
    .portDiu{
        background-image: url(../assets/img/inscripcionsecundariomovil.png);
    }
    .btn-noc{
        font-size: 15px;
        transform: translateY(-110%);
        padding: 0 10px;
        color: #fff;
        margin-top: 5px;
        font-weight: 300;
        border: 3px solid;
        line-height: 40px;
        text-align: center;
    }
    .Inscripciontitulo{
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 10px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;        
    }
    .Inscripciontitulosub1{
        font-size: 25px;
    }
    .Inscripciontitulosub2{
        font-size: 45px;
    }
    .envianos-un-mensaje {
        text-align: left;
        font-size: 50px;
        line-height: 1;
        margin-bottom: 30px;
        font-weight: 600;
    }
    .informacioncontacto ul{
        font-size: 20px;
    }
}


/* col-sm */

@media (min-width: 768px) and (max-width: 991px) {
    .ind {
        position: relative;
        top: auto;
        height: auto;
        width: 100%;
        right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .jumbotron .container .Bboton  {
        font-size: 100px;
        height: 130px;
    }

    header label {
        display: block;
        padding-top: 10px;
        padding-right: 16px;
        transition: all 0.4s ease;
    }
    .proximamente{
        font-size: 60px;
    }
    .menu {
        position: absolute;
        top: 64px;
        left: 0;
        width: 70%;
        transform: translateX(-100%);
        transition: all 0.3s;
        background: #00796b;
        z-index: 10000;
    }

        .menu ul {
            flex-direction: column;
            display: block;
        }

            .menu ul li {
                margin: 0;
            }

                .menu ul li:hover ul {
                    position: static;
                    width: 100%;
                    text-align: left;
                }

        .menu a i {
            position: absolute;
            line-height: 32px;
        }

    #btn-menu:checked ~ .menu {
        transform: translateX(0%);
    }

    .jumbotron .container button {
        font-size: 50px;
        height: 80px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .scroll-navigation-ins {
        width: 235px;
    }

    .Logo-Ins-Index img {
        height: 200px;
    }

    #mydiv {
        height: auto;
    }

    .img-responsive {
        height: auto;
    }
    .Logo-Ins-Index .asoci{
        height: 100px;
    }
    .parvideos {
        display: inline-flex;
        flex-direction: column;
        margin: 0;
    }

    .rep-video {
        height: 100%;
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }

    .pago,
    .medio-pago {
        margin: 0;
    }

    .Aula {
        left: 0;
    }
    .inicio-1{
        height: 100%;
        width: 100%;
        letter-spacing: 5px;
        font-size: 60px;
        /*background-color: ;*/
        line-height:25px;
        margin: auto;
    }
    .inicio-1 h1{
        font-size: 60px;
    }
    .inicio-1 p{
        margin-bottom:10% ;
        font-size: 39px;
        clear: both;
    }
    .inicio-1 .autorfrase{
        font-size: 10px; 
        transform: translateY(-80px)translateX(650px);
    }
    .inicio-1 .vermas .btnvermas div{
        font-size: 30px;
    }
    .inicio-1 .vermas img{
        height: 300px;
    } 

    .inicio-flex {
        display: flex;
        justify-content: center;
    }
    .inicio-flex img{
        height: 150px;
        transform:translateY(-40px);
        position: absolute;
    }
    .btnvermas{
        line-height: 80px;
    }
    .inicio-1 .prediurnoa {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transform: translateY(0) translateX(-5%);
    }
    
    .prematricula {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        transform: none;
        
    }
    .prediurno, .prenocturno {
        position: relative;
        height: 130px;
        width: 100%;
        font-size: 27px;
        line-height: 25px;
        transform: none;
    }  
    .imagenfondo{
        height: 100%;
    }
    .containerred {
        margin: 0;
        top: 120px;
        flex-direction: column;
        position: absolute;
    }
    
    .row {
        justify-content: center;
    }
    .row>* {
        flex-shrink: 1;
    }
    
    .portNoc{
        height: 50vw;
        background-size: cover;
        background-position: top;
        background-image: url(../assets/img/terminasecundariomovil2.png);
    }
    
    .portDiu{
        background-image: url(../assets/img/inscripcionsecundariomovil.png);
    }
    .btn-noc{
        font-size: 20px;
        transform: translateY(-210%);
        padding: 0 20px;
        color: #fff;
        margin-top: 10px;
        font-weight: 700;
        border: 3px solid;
        line-height: 40px;
    }
    .Inscripciontitulo{
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-top: 10px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;        
    }
    .Inscripciontitulosub1{
        font-size: 25px;
    }
    .Inscripciontitulosub2{
        font-size: 45px;
    }
    .envianos-un-mensaje {
        text-align: left;
        font-size: 50px;
        line-height: 1;
        margin-bottom: 30px;
        font-weight: 600;
    }
    .informacioncontacto ul{
        font-size: 20px;
    }

}

/* col-md */

@media (min-width: 992px) and (max-width: 1199px) {

    .jumbotron .container .Bboton  {
        font-size: 100px;
        height: 150px;
    }
    
    .row {
        justify-content: center;
    }
    .containerred {
        margin: 0;
        top:130px;
        flex-direction: column;
        position: absolute;
    }
    .proximamente{
        font-size: 100px;
    }
    .parvideos {
        display: inline-flex;
        flex-direction: column;
        margin: 0;
    }

    .rep-video {
        height: 100%;
        width: 100%;
        margin: 0;
        margin-top: 1rem;
    }

    .Aula {
        left: 0;
    }
    .libro, .libro img{
        width: 250px;
        height: auto;
    }
    .inicio-1{
        height: 100%;
        width: 100%;
        letter-spacing: 5px;
        font-size: 70px;
        /*background-color: ;*/
        line-height:45px;
        margin: auto;
    }
    .inicio-1 h1{
        font-size: 70px;
    }
    .inicio-1 .autorfrase{
        font-size: 10px; 
        transform: translateY(-80px)translateX(650px);
    }
    .inicio-1 .vermas .btnvermas div{
        font-size: 30px;
    }
    .inicio-1 .vermas img{
        height: 400px;
    } 
    .inicio-1 p{
        font-size: 40px;
        clear: both;
        margin-bottom: 10%;
    }

    .inicio-flex {
        display: flex;
        justify-content: center;
    }
    .inicio-flex img{
        height: 250px;
        transform:translateY(-40px);
        position: absolute;
    }
    .btnvermas{
        line-height: 80px;
    }
    .inicio-1 .prediurnoa {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transform: translateY(0) translateX(-5%);
    }
    
    .prematricula {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        transform: none;
        
    }
    .prediurno, .prenocturno {
        position: relative;
        height: 130px;
        width: 100%;
        font-size: 28px;
        line-height: 25px;
        transform: none;
    }  
    
}


/* col-lg */

@media (min-width: 1200px) {
    .arribawsp{
        transform: TranslateY(-450%)
    }
    .medio-pago .accordion .accordion-item h2 button .img-responsive{
        margin-left: none;
        margin-right: none;
        display: block;
        height: auto;
        margin: 0px;
    }
    .escritoriosub{
        margin-top:10px;
    }
}
  